home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-1297 / AMOSLIST / text0038.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  2.0 KB  |  49 lines

  1. On 04-Dec-97, Ryan Watson smashed the keyboard with:
  2. >I'm currently working on a game which I have entitled Fleshee 2000.
  3.  
  4. >I have done very little on the actual game coding, but am almost finished
  5. >the editor.
  6.  
  7. >What I'm trying to get to is, I am having small problems dealing with
  8. >screen drawing and saving.
  9.  
  10. >The screen refresh procedure for when you move from one map to the next
  11. >runs at a fairly fast speed, but it is not as fast as I need/want it to be.
  12. >Can someone give me some code to quickly draw 10X10 icons on the screen
  13. >with a grid of 29X15?
  14.  
  15. My best shot: The turbo+ extension has speedy commands for this..
  16.  
  17.  
  18.  
  19.  
  20. >My other problem deals with the saving method I am using. Basically what it
  21. >does is run through each screen and saves each little block. It will run
  22. >fine with about 10 screens or so, but when it is at 100 screens (the max
  23. >for my editor) it takes a horribly long time when it only has to save about
  24. >41K of information.
  25.  
  26. >What would be the fastest way to save this assuming any map configuration
  27. >from 2X2 to 50X2 and each screen has to save 435 variables?
  28.  
  29. Stock the variables and maps in a bank (Tools extension is good at this), 
  30. and then save the bank (save or Bsave)
  31.  
  32. NB: Turbo+ is a comercial extension..
  33. Tools extension is PD (Aminet or my homepage..)
  34.  
  35. -- 
  36. Happy greetings, Yours..
  37. __________________________________________________________________________
  38.  /_  __/ __  / __  /\  ___\  __ \__  _\           aka. JENS VANG PETERSEN
  39.   / / / /_/ / ____/  \ \___\  __ \ \ \  Nyvej 8, DK-4450 Jyderup, Denmark
  40.  /_/ /_____/_/        \_____\_\ \_\ \_\             top_cat@post8.tele.dk
  41.                      http://home8.inet.tele.dk/top_cat/
  42.         Home of 'The Ultimate Extension list' for AMOS TC & AMOS PRO
  43. --------------------------------------------------------------------------
  44.  "Honk if you've slept with Commander Riker!"
  45.                                           -Bumper Sticker on Enterprise-D
  46. --------------------------------------------------------------------------
  47.  
  48.  
  49.